home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_749 / frame_25 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  293 b   |  10 lines

  1. _parent.runSta = "watering";
  2. _global.ctn.sndCtrl.playSound("snd_water");
  3. if(!_global.scene.waterShapeScoreOver)
  4. {
  5.    _global.scene.waterShapeScoreOver = true;
  6.    _global.ctn.game.addScore(354,478,30,60);
  7.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),30,60);
  8. }
  9. stop();
  10.